.m1-form ::-webkit-input-placeholder {
 color: #727272;
}

.m1-form ::-moz-placeholder {
 color: #727272;
}

.m1-form :-moz-placeholder {
 color: #727272;
}

.m1-form :-ms-input-placeholder {
 color: #727272;
}

.m1-form :focus::-webkit-input-placeholder {
 color: transparent;
}

.m1-form :focus::-moz-placeholder {
 color: transparent;
}

.m1-form :focus:-moz-placeholder {
 color: transparent;
}

.m1-form :focus:-ms-input-placeholder {
 color: transparent;
}

.hidden {
 display: none;
}

.center {
 text-align: center;
}

.just {
 text-align: justify;
 -moz-text-align-last: center;
 text-align-last: center;
}

.clrfix:after {
 content: '';
 display: block;
 clear: both;
}

.clear {
 clear: both;
 height: 0;
}

.ulfix {
 font-size: 0;
}

h1, h2, h3, h4, h5, h6 {
 font-weight: 700;
}

b, strong {
 font-weight: 700;
}

body {
 width: 100%;
 min-width: 320px;
 padding: 0;
 margin: 0 auto;
 font-family: 'Gotham Pro', Arial, Helvetica, sans-serif;
 font-weight: 400;
 font-size: 16px;
 line-height: 24px;
 color: #333;
 background: #40243E;
}

section {
 width: 100%;
 margin: 0 auto;
 padding: 35px 0;
}

.wrap {
 position: relative;
 background: #fff;
 width: 480px;
 height: 100%;
 padding: 0;
 margin: 0 auto;
}

.wrap:after {
 clear: both;
 content: "";
 display: table;
}

.nopad {
 padding: 0;
}

.m1-form .field {
 position: relative;
 display: block;
 outline: 0;
 border: 1px solid #ececec;
 background: #fff;
 width: 100%;
 height: 64px;
 line-height: 62px;
 margin: 0 auto 10px;
 padding: 0 20px 0 68px;
 font-family: 'Gotham Pro', Arial, Helvetica, sans-serif;
 font-size: 18px;
 font-weight: 400;
 color: #222;
 text-align: left;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;
 -webkit-transition: all 0.2s;
 -moz-transition: all 0.2s;
 -o-transition: all 0.2s;
 -ms-transition: all 0.2s;
 transition: all 0.2s;
}

.m1-form .field.name {
 background: url("../img/name-icon.png") 21px 50% no-repeat #fff;
}

.m1-form .field.phone {
 background: url("../img/phone-icon.png") 19px 50% no-repeat #fff;
}

.button-m {
 position: relative;
 z-index: 2;
 display: block;
 width: 400px;
 height: 78px;
 line-height: 82px;
 margin: 0 auto;
 border: none;
 border-radius: 6px;
 -webkit-border-radius: 6px;
 text-align: center;
 font-family: 'Gotham Pro', Helvetica, sans-serif;
 font-size: 24px;
 font-weight: 700;
 letter-spacing: 0.6px;
 text-transform: uppercase;
 text-decoration: none;
 cursor: pointer;
 color: #fff;
 background: #fec925;
 background: -moz-linear-gradient(top,  #fec925 0%, #ffa707 100%);
 background: -webkit-linear-gradient(top,  #fec925 0%,#ffa707 100%);
 background: linear-gradient(to bottom,  #fec925 0%,#ffa707 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec925', endColorstr='#ffa707',GradientType=0 );
 -webkit-box-shadow: 0 5px 0 #f99507, 0 7px 5px rgba(0, 0, 0, 0.5);
 box-shadow: 0 5px 0 #f99507, 0 7px 5px rgba(0, 0, 0, 0.5);
 -webkit-transition: all 0.2s;
 -moz-transition: all 0.2s;
 -o-transition: all 0.2s;
 -ms-transition: all 0.2s;
 transition: all 0.2s;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 text-shadow: 0 2px 0 rgba(249, 149, 7, 0.55);
}

.button-m:active {
 top: 1px;
}

.m1-form {
 width: 400px;
 margin: 0 auto;
}

.m1-form .button-m {
 width: 100%;
}

h2.title {
 font-size: 22px;
 font-weight: 400;
 line-height: 36px;
 margin: 0 0 30px;
 text-align: center;
 text-transform: uppercase;
 color: #3b3b3b;
}

h2.title span {
 display: block;
 font-size: 32px;
 font-weight: 700;
 color: #f9517c;
}

.title_timer {
 font-size: 18px;
 font-weight: 400;
 color: #555;
 text-align: center;
 padding-bottom: 15px;
}

.countbox {
 width: 316px;
 margin: 0 auto 25px;
}

.countbox:after {
 display: block;
 clear: both;
 content: '';
}

.countbox > div:last-child {
 margin: 0;
}

.countbox > div:first-child {
 margin-left:0;
}

.countbox .countbox-num {
 position: relative;
 float: left;
 width: 72px;
 height: 77px;
 color: #fff;
 margin-right: 44px;
 padding-top: 11px;
 background: linear-gradient(45deg, rgba(249, 81, 124, 1) 0%, rgba(255, 116, 178, 1) 45%, rgba(189, 106, 183, 1) 100%);
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
}

.countbox-hours, .countbox-mins, .countbox-secs {
 color: #fff;
 font-size: 40px;
 text-align: center;
 font-weight: 400;
 line-height: 36px;
 position: relative;
}

.countbox-num:before {
 position: absolute;
 top: 0;
 right: -44px;
 width: 44px;
 height: 77px;
 line-height: 77px;
 display: block;
 color: #777;
 font-size: 40px;
 text-align: center;
 content: ':';
}

.countbox-num:last-child:before {
 display: none;
}

.countbox-hours-text, .countbox-mins-text, .countbox-secs-text {
 font-size: 14px;
 text-align: center;
 text-transform: lowercase;
}

.price {
 width: 100%;
 margin: 0 auto 25px;
 text-transform: uppercase;
 position: relative;
}

.price:before {
 content: '';
 display: block;
 background: url("../img/price-bg.png") no-repeat 50% 50%;
 width: 50px;
 height: 43px;
 position: absolute;
 top: 10px;
 left: 50%;
 margin-left: -25px;
}

.old-cost {
 float: left;
 padding-right: 40px;
 text-align: right;
 color: #333;
}

.old-cost p {
 font-size: 36px;
 line-height: 32px;
}

.old-cost p span {
 text-decoration: line-through;
}

.old-cost > span, .new-cost > span {
 font-size: 14px;
}

.new-cost {
 float: right;
 color: #f9517c;
 padding-left: 40px;
}

.new-cost p {
 font-size: 36px;
 line-height: 32px;
 font-weight: 700;
}

.new-cost, .old-cost {
 width: 50%;
 height: 56px;
}

.old-cost p small, .new-cost p small {
 font-size: .75em;
}
